home *** CD-ROM | disk | FTP | other *** search
/ L' Effet Pommier 3 / L'Effet Pommier - Volume 03.iso / Programmation / Alpha ƒ / Help / Readme < prev    next >
Text File  |  1996-01-22  |  827b  |  18 lines

  1. We now have a Quick Start (<-- click on it!) document.
  2.  
  3. Help (<-- click it!) is under the system help menu (the question mark on the
  4. right of the menubar).
  5.  
  6. Read the 'Changes' file.
  7.  
  8. The 'userStartup.tcl' file no longer is sourced (and 'addUserLine' will 
  9. soon be longer supported).  Any elaborate functions you had put there, 
  10. should now be put in 'prefs.tcl' instead.  Do not just copy 'userStartup.tcl' 
  11. over to 'prefs.tcl', this will seriously mess things up. The best thing to do 
  12. is to toss your 'userStartup.tcl' and start from scratch. If you have 
  13. bindings and/or new Tcl procs defined in your userStartup.tcl file, you can 
  14. copy those over. Don't copy any variables definitions.
  15.  
  16. CodeWarrior updaters: Don't forget to locate newly installed compilers 
  17. and linkers via the menu item "Config:App Paths:CodeWarrior...".
  18.